home *** CD-ROM | disk | FTP | other *** search
/ Realizing the Dream - An …al Space Station Sampler / Realizing the Dream - An International Space Station Sampler (NASA).iso / pc / wt / webmodule_new / nav.swf / scripts / DefineButton2_35 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2000-11-29  |  149 b   |  11 lines

  1. on(rollOver){
  2.    tellTarget("person2_over")
  3.    {
  4.       gotoAndStop(2);
  5.    }
  6.    tellTarget("person2_on2")
  7.    {
  8.       gotoAndStop(2);
  9.    }
  10. }
  11.